type github.com/jackc/pgx/v5/pgtype.encodePlanDateCodecBinary

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		date.go#L141: 		return encodePlanDateCodecBinary{}
		date.go#L149: type encodePlanDateCodecBinary struct{}
		date.go#L151: func (encodePlanDateCodecBinary) Encode(value any, buf []byte) (newBuf []byte, err error) {